Skip to content

Fix sphinx_rtd_theme theme override in embed js #1545

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 6, 2015

Conversation

gregmuellegger
Copy link
Contributor

The last refactor wasn't aware of the fact that the js Build class was modifying the actual config object in place. We are fixing this by using a getter method were the value is needed and are not mutating the original config object in place.

Fixes #1542.

The last refactor wasn't aware of the fact that the js Build class was
modifying the actual config object in place. We are fixing this by using a
getter method were the value is needed and are not mutating the original config
object in place.

Fixes #1542.
@gregmuellegger
Copy link
Contributor Author

I've tested this locally with the mkdocs project (using readthedocs theme for a mkdocs project) and django-floppyforms which is using the sphinx_rtd_theme with Sphinx. I also tested requests project which is Sphinx based an not using sphinx_rtd_theme.

ericholscher added a commit that referenced this pull request Aug 6, 2015
Fix sphinx_rtd_theme theme override in embed js
@ericholscher ericholscher merged commit 9201c9d into master Aug 6, 2015
@gregmuellegger gregmuellegger deleted the fix-rtd-theme-override-in-embed-js branch August 22, 2015 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MkDocs theme integration broken by a recent change
2 participants